Method: hashLocalUserPasswordEx

Generate a hashed password for a local user.

Parameters

Name Type Description
Password in clear text Password in clear text Password in clear text
hashAlgorithm int Hashing algorithm, available options are:
0 - SHA1 non reversible hash
1 - PKCS5 reversible hash

Returns

Returns a hashed password.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/hashLocalUserPasswordEx?password=MySuperDuperSecurePassword&hashAlgorithm=1